[INFO] fetching crate zornmesh 0.3.0...
[INFO] fixing zornmesh-0.3.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate zornmesh 0.3.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate zornmesh 0.3.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate zornmesh 0.3.0
[INFO] tweaked toml for crates.io crate zornmesh 0.3.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate zornmesh 0.3.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate zornmesh 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d5f87201f8e7a732a2c63b6aea22addb8de2b1bf8daec699f359eb8d7c54d336
[INFO] running `Command { std: "docker" "start" "d5f87201f8e7a732a2c63b6aea22addb8de2b1bf8daec699f359eb8d7c54d336", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d5f87201f8e7a732a2c63b6aea22addb8de2b1bf8daec699f359eb8d7c54d336" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d5f87201f8e7a732a2c63b6aea22addb8de2b1bf8daec699f359eb8d7c54d336", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d5f87201f8e7a732a2c63b6aea22addb8de2b1bf8daec699f359eb8d7c54d336" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking zornmesh v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read `tests/../../../fixtures/coordination/contract.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/core_coordination_contract.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let fixture = include_str!("../../../fixtures/coordination/contract.txt");
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../../fixtures/coordination/contract.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/core_coordination_contract.rs:162:19
[INFO] [stdout]     |
[INFO] [stdout] 162 |     let fixture = include_str!("../../../fixtures/coordination/contract.txt");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../../fixtures/coordination/contract.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/broker_capabilities_contract.rs:195:19
[INFO] [stdout]     |
[INFO] [stdout] 195 |     let fixture = include_str!("../../../fixtures/coordination/contract.txt");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../../fixtures/sdk/connect-contract.json`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/sdk_connect_contract.rs:170:19
[INFO] [stdout]     |
[INFO] [stdout] 170 |     let fixture = include_str!("../../../fixtures/sdk/connect-contract.json");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zornmesh` (test "core_coordination_contract") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: couldn't read `tests/../../../fixtures/pubsub/subject-routing.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> tests/broker_subject_routing.rs:8:19
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let fixture = include_str!("../../../fixtures/pubsub/subject-routing.txt");
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../../fixtures/coordination/contract.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/store_durable_subscription_contract.rs:153:19
[INFO] [stdout]     |
[INFO] [stdout] 153 |     let fixture = include_str!("../../../fixtures/coordination/contract.txt");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../../fixtures/coordination/contract.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/core_agent_card_contract.rs:87:19
[INFO] [stdout]    |
[INFO] [stdout] 87 |     let fixture = include_str!("../../../fixtures/coordination/contract.txt");
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zornmesh` (test "broker_capabilities_contract") due to 1 previous error
[INFO] [stdout] error: couldn't read `tests/../../../fixtures/coordination/contract.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/stdio_bridge_contract.rs:351:19
[INFO] [stdout]     |
[INFO] [stdout] 351 |     let fixture = include_str!("../../../fixtures/coordination/contract.txt");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../../fixtures/coordination/contract.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/broker_backpressure_contract.rs:205:19
[INFO] [stdout]     |
[INFO] [stdout] 205 |     let fixture = include_str!("../../../fixtures/coordination/contract.txt");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../../fixtures/coordination/contract.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/store_evidence_store_contract.rs:338:19
[INFO] [stdout]     |
[INFO] [stdout] 338 |     let fixture = include_str!("../../../fixtures/coordination/contract.txt");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zornmesh` (test "sdk_connect_contract") due to 1 previous error
[INFO] [stderr] error: could not compile `zornmesh` (test "broker_backpressure_contract") due to 1 previous error
[INFO] [stderr] error: could not compile `zornmesh` (test "store_durable_subscription_contract") due to 1 previous error
[INFO] [stderr] error: could not compile `zornmesh` (test "broker_subject_routing") due to 1 previous error
[INFO] [stderr] error: could not compile `zornmesh` (test "core_agent_card_contract") due to 1 previous error
[INFO] [stderr] error: could not compile `zornmesh` (test "stdio_bridge_contract") due to 1 previous error
[INFO] [stderr] error: could not compile `zornmesh` (test "store_evidence_store_contract") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "d5f87201f8e7a732a2c63b6aea22addb8de2b1bf8daec699f359eb8d7c54d336", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5f87201f8e7a732a2c63b6aea22addb8de2b1bf8daec699f359eb8d7c54d336", kill_on_drop: false }`
[INFO] [stdout] d5f87201f8e7a732a2c63b6aea22addb8de2b1bf8daec699f359eb8d7c54d336
